StartTabMirroringRequest

data class StartTabMirroringRequest(sinkName: String)

Represents request frame that can be used with Cast#startTabMirroring operation call.

Starts mirroring the tab to the sink.

See also

Constructors

StartTabMirroringRequest
Link copied to clipboard
fun StartTabMirroringRequest(sinkName: String)

Properties

sinkName
Link copied to clipboard
val sinkName: String

Sources

jvm source
Link copied to clipboard